[INFO] cloning repository https://github.com/audunhalland/pyodide-reqwest-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/audunhalland/pyodide-reqwest-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudunhalland%2Fpyodide-reqwest-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudunhalland%2Fpyodide-reqwest-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 81816cce3c4757db61b2a0b7a9f3c91480b07b51
[INFO] checking audunhalland/pyodide-reqwest-demo against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faudunhalland%2Fpyodide-reqwest-demo" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/audunhalland/pyodide-reqwest-demo
[INFO] finished tweaking git repo https://github.com/audunhalland/pyodide-reqwest-demo
[INFO] tweaked toml for git repo https://github.com/audunhalland/pyodide-reqwest-demo written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/audunhalland/pyodide-reqwest-demo on toolchain ff647322379c48947c196639599067665ff9eb88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/audunhalland/pyodide-reqwest-demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/audunhalland/pyo3-async-runtimes.git`
[INFO] [stderr]     Updating git repository `https://github.com/audunhalland/reqwest.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyo3-macros v0.22.4
[INFO] [stderr]   Downloaded pyo3-build-config v0.22.4
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.22.4
[INFO] [stderr]   Downloaded pyo3-ffi v0.22.4
[INFO] [stderr]   Downloaded pyo3 v0.22.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1a34cf399d6f33c7992ed344af3b93d98ee60d70f53b3a73f1fe3ecf6ae25512
[INFO] running `Command { std: "docker" "start" "1a34cf399d6f33c7992ed344af3b93d98ee60d70f53b3a73f1fe3ecf6ae25512", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1a34cf399d6f33c7992ed344af3b93d98ee60d70f53b3a73f1fe3ecf6ae25512" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a34cf399d6f33c7992ed344af3b93d98ee60d70f53b3a73f1fe3ecf6ae25512", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1a34cf399d6f33c7992ed344af3b93d98ee60d70f53b3a73f1fe3ecf6ae25512" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]     Checking bytes v1.7.2
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]    Compiling pyo3-build-config v0.22.4
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking unindent v0.2.3
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling pyo3-macros-backend v0.22.4
[INFO] [stderr]    Compiling pyo3-ffi v0.22.4
[INFO] [stderr]    Compiling pyo3 v0.22.4
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling pyo3-macros v0.22.4
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking hyper-util v0.1.9
[INFO] [stderr]     Checking pyo3-async-runtimes v0.21.0 (https://github.com/audunhalland/pyo3-async-runtimes.git?branch=pyodide#e79dd9a2)
[INFO] [stderr]     Checking reqwest v0.12.8 (https://github.com/audunhalland/reqwest.git?branch=pyodide#8de2ebc1)
[INFO] [stderr]     Checking pyodide-reqwest-demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s
[INFO] running `Command { std: "docker" "inspect" "1a34cf399d6f33c7992ed344af3b93d98ee60d70f53b3a73f1fe3ecf6ae25512", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a34cf399d6f33c7992ed344af3b93d98ee60d70f53b3a73f1fe3ecf6ae25512", kill_on_drop: false }`
[INFO] [stdout] 1a34cf399d6f33c7992ed344af3b93d98ee60d70f53b3a73f1fe3ecf6ae25512
